projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60ae40c
)
mmc: renesas-sdhi: Add R8A77990 E3 compatible
author
Marek Vasut
<
[email protected]
>
Thu, 26 Apr 2018 11:19:29 +0000
(13:19 +0200)
committer
Marek Vasut
<
[email protected]
>
Fri, 1 Jun 2018 07:47:02 +0000
(09:47 +0200)
Add new compatible to the Uniphier SD driver for R8A77990 E3 SoC.
Signed-off-by: Marek Vasut <
[email protected]
>
Cc: Masahiro Yamada <
[email protected]
>
Cc: Nobuhiro Iwamatsu <
[email protected]
>
drivers/mmc/renesas-sdhi.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/renesas-sdhi.c
b/drivers/mmc/renesas-sdhi.c
index 62577895eee1ebf34576a1955921409db5b1b35f..ecdb088ac4d9d800ce1af58c939884683b064fbe 100644
(file)
--- a/
drivers/mmc/renesas-sdhi.c
+++ b/
drivers/mmc/renesas-sdhi.c
@@
-323,6
+323,7
@@
static const struct udevice_id renesas_sdhi_match[] = {
{ .compatible = "renesas,sdhi-r8a7796", .data = RENESAS_GEN3_QUIRKS },
{ .compatible = "renesas,sdhi-r8a77965", .data = RENESAS_GEN3_QUIRKS },
{ .compatible = "renesas,sdhi-r8a77970", .data = RENESAS_GEN3_QUIRKS },
+ { .compatible = "renesas,sdhi-r8a77990", .data = RENESAS_GEN3_QUIRKS },
{ .compatible = "renesas,sdhi-r8a77995", .data = RENESAS_GEN3_QUIRKS },
{ /* sentinel */ }
};